home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 201 / DPCS1104.ISO / Full / QuickBooks / QBTutor / Lesson4 / Lesson4.dcr / 00228_Chart of Accounts list double-click.ls < prev    next >
Encoding:
Text File  |  2001-02-01  |  136 b   |  10 lines

  1. global listItemNumber
  2.  
  3. on mouseDown me
  4.   if the doubleClick then
  5.     if listItemNumber = 1 then
  6.       go("A-R")
  7.     end if
  8.   end if
  9. end
  10.